Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Matrix<T> Class / Matrix<T> Constructor / Matrix<T> Constructor(Int32,Int32)
A int indicates the number of row.
A int indicates the number of column.

In This Topic
    Matrix<T> Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of Matrix class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Matrix<T>( 
       int width,
       int height
    )

    Parameters

    width
    A int indicates the number of row.
    height
    A int indicates the number of column.
    See Also